Skip to main content
POST
/
external
/
channel
Forward to external url
curl --request POST \
  --url https://your_a2_service/external/channel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "params": {},
  "request_type": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Query parameters for external channel

params
Params · object
required

The parameters based on request type

request_type
string
required

The Request type

Response

Successful Response

The response is of type Response Handle External Channel External Channel Post · object.